home *** CD-ROM | disk | FTP | other *** search
/ Champak 74 / Volume 74 My Disc - Damaged.iso / Games / pup_idol.swf / binaryData / 2_pop_SWFBytes.bin / scripts / BallRed.as < prev    next >
Text File  |  2008-08-07  |  411b  |  26 lines

  1. package
  2. {
  3.    import flash.display.MovieClip;
  4.    
  5.    public dynamic class BallRed extends MovieClip
  6.    {
  7.        
  8.       
  9.       public function BallRed()
  10.       {
  11.          super();
  12.          addFrameScript(17,frame18,25,frame26);
  13.       }
  14.       
  15.       function frame18() : *
  16.       {
  17.          gotoAndPlay(1);
  18.       }
  19.       
  20.       function frame26() : *
  21.       {
  22.          stop();
  23.       }
  24.    }
  25. }
  26.